7 lines
129 B
Bash
7 lines
129 B
Bash
#!/bin/sh
|
|
|
|
chmod +x ../scripts/now.sh
|
|
cp ../scripts/now.sh ../scripts/now
|
|
mv ../scripts/now /usr/bin
|
|
mv ../scripts/now.conf /etc
|