Changeset 186 for nikanabo/current/bsl
- Timestamp:
- May 22, 2007, 2:03:42 PM (18 years ago)
- Location:
- nikanabo/current/bsl
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
nikanabo/current/bsl/mybackup/xinstall.sh
r185 r186 1 1 #!/bin/sh 2 2 if [ ! -e backupok.txt ] 3 then 3 4 echo "User level logic not backed up." 4 5 else -
nikanabo/current/bsl/onilight/xinstall.sh
r185 r186 2 2 cd ../mybackup 3 3 if [ ! -e backupok.txt ] 4 then 4 5 echo "User level logic not backed up." 5 6 cd ../onilight -
nikanabo/current/bsl/orig_mac/xinstall.sh
r185 r186 2 2 cd ../mybackup 3 3 if [ ! -e backupok.txt ] 4 then 4 5 echo "User level logic not backed up." 5 6 cd ../orig_mac -
nikanabo/current/bsl/original/xinstall.sh
r185 r186 2 2 cd ../mybackup 3 3 if [ ! -e backupok.txt ] 4 then 4 5 echo "User level logic not backed up." 5 6 cd ../original
Note:
See TracChangeset
for help on using the changeset viewer.