5 lines
41 B
Bash
Executable file
5 lines
41 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "nothing to do!"
|
|
|
|
exit
|