6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
#if [ "$1" = "remove" ]; then
|
|
# rm -f /var/lib/tomcat7/webapps/lti.war
|
|
#fi
|