3 lines
73 B
Bash
Executable file
3 lines
73 B
Bash
Executable file
#!/bin/sh
|
|
echo "You have to make me work by shaping me tenderly!"
|
|
exit 0
|