Changeset 37685
- Timestamp:
- 2023-04-20T09:57:02+12:00 (8 months ago)
- Location:
- main/trunk/greenstone3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/ant-logreset-restart-with-exts.sh
r37682 r37685 1 1 #!/bin/bash 2 3 # This script can be run from any directory, but the script file itself 4 # NEEDS TO BE IN THE TOP-LEVEL GREENSTONE3 SRC HOME DIRECTORY 5 6 store_pwd="$(pwd)" 7 full_progdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )" 8 cd "$full_progdir" 9 2 10 3 11 # Could add custom code here if needed, but likely already dealt with 4 12 # in companion "ANT-*CUSTOM.sh" scripts 5 13 6 ./ ANT-STOP-CUSTOM.sh && ant reset-logs && ./ANT-START-CUSTOM.sh14 ./ant-stop-with-exts.sh && ant reset-logs && ./ant-start-with-exts.sh 7 15 16 17 cd "$store_pwd" 18 -
main/trunk/greenstone3/ant-restart-with-exts.sh
r37684 r37685 1 1 #!/bin/bash 2 3 # This script can be run from any directory, but the script file itself 4 # NEEDS TO BE IN THE TOP-LEVEL GREENSTONE3 SRC HOME DIRECTORY 5 6 store_pwd="$(pwd)" 7 full_progdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )" 8 cd "$full_progdir" 9 2 10 3 11 # Could add custom code here if needed, but likely already dealt with … … 7 15 8 16 17 cd "$store_pwd" -
main/trunk/greenstone3/ant-start-with-exts.sh
r37684 r37685 1 1 #!/bin/bash 2 2 3 # This script can be run from any directory, but the script file itself 4 # NEEDS TO BE IN THE TOP-LEVEL GREENSTONE3 SRC HOME DIRECTORY 5 6 store_pwd="$(pwd)" 7 full_progdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )" 8 cd "$full_progdir" 3 9 4 10 if test "x$gsopt_noexts" != "x1" ; then … … 52 58 53 59 # Any customized clean up needed? 60 61 62 cd "$store_pwd" -
main/trunk/greenstone3/ant-stop-with-exts.sh
r37684 r37685 1 1 #!/bin/bash 2 2 3 # This script can be run from any directory, but the script file itself 4 # NEEDS TO BE IN THE TOP-LEVEL GREENSTONE3 SRC HOME DIRECTORY 3 5 6 store_pwd="$(pwd)" 7 full_progdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )" 8 cd "$full_progdir" 4 9 5 10 if test "x$gsopt_noexts" != "x1" ; then
Note:
See TracChangeset
for help on using the changeset viewer.