5 lines
54 B
Plaintext
5 lines
54 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
echo > .log
|
||
|
echo setup_dir has run >> .log
|