Changeset 23248 for ipk/source.sh4/titanswapskins_tobayer01/CONTROL/postrm
- Timestamp:
- Sep 4, 2013, 2:35:59 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/titanswapskins_tobayer01/CONTROL/postrm
r23247 r23248 11 11 ### FUNCTIONS ### 12 12 13 RES_COL=60 # column number to place the status message 14 MOVE_TO_COL="echo -en \\033[${RES_COL}G" # command to move to the configured column number 13 RES_COL=60 # column number to place the status 15 14 16 echo_success() { # function to print the SUCCESSstatus17 $MOVE_TO_COL; echo -n "[ OK ]"; echo15 echo_success() { # function to print the OK status 16 printf "%-${RES_COL}s%s\n" "$1" "[ OK ]" 18 17 } 19 18 20 echo_failure() { 21 $MOVE_TO_COL; echo -n "[FAILED]"; echo # function to print the FAILED status message19 echo_failure() { # function to print the FAILED status 20 printf "%-${RES_COL}s%s\n" "$1" "[FAILED]" 22 21 } 23 22
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)