Skip to content

Commit

Permalink
add shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
wazari972 committed Jan 13, 2015
1 parent a6aa910 commit 541cb74
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions apache-tomee-webprofile/to_check
@@ -1 +1,3 @@
#! /bin/sh

find apps/WebAlbums-ea/ -type f -name "WebAlbums*" -exec ls -lh {} \;
2 changes: 2 additions & 0 deletions apache-tomee-webprofile/to_copy
@@ -1,3 +1,5 @@
#! /bin/sh

DST=apps/WebAlbums-ea/

for PROJ in iDAO Plugins iService Commons
Expand Down
2 changes: 2 additions & 0 deletions apache-tomee-webprofile/to_deploy
@@ -1 +1,3 @@
#! /bin/sh

rm apps/WebAlbums-ea -rf ; bin/tomee.sh deploy apps/WebAlbums-ea.ear
1 change: 1 addition & 0 deletions apache-tomee-webprofile/to_start
@@ -1,4 +1,5 @@
#! /bin/sh

TOMEE_HOME=$(dirname $0)
DEFAULT_CONF_PATH_FILE=$TOMEE_HOME/conf/config.path
DEFAULT_LIBRARY_PATH_FILE=$TOMEE_HOME/conf/library.path
Expand Down
6 changes: 4 additions & 2 deletions apache-tomee-webprofile/to_start_loop
@@ -1,5 +1,7 @@
#! /bin/sh

while [ 1 -eq 1 ]
do
sh to_copy
sh to_start $*
sh to_copy
sh to_start $*
done
2 changes: 2 additions & 0 deletions apache-tomee-webprofile/to_update_web
@@ -1,2 +1,4 @@
#! /bin/sh

LINK="--link --remove-destination"
cp -r ../WebAlbums-Servlet/web/* apps/WebAlbums-ea/WebAlbums-Servlet $LINK

0 comments on commit 541cb74

Please sign in to comment.