Ignore:
Timestamp:
2009-12-16T13:16:52+13:00 (14 years ago)
Author:
oranfry
Message:

got rid of all setup.sh files and had the main scripts do the same job

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/shared/linux/rk

    r19907 r21362  
    11#!/bin/bash
     2
    23function show_title() {
    34    echo "O---------------------------------------------O"
     
    78    echo
    89    echo "O---------------------------------------------O"
    9 
    10     #for a in `seq 0 $(( 40 - ${#rk_name} ))`; do echo -n " "; done; echo "|"
    11     #for a in `seq 0 $(( 40 - ${#rk_fullname} ))`; do echo -n " "; done; echo "|"
    1210
    1311}
Note: See TracChangeset for help on using the changeset viewer.