Last active
February 19, 2018 07:13
-
-
Save jabgibson/87c965f55734b23bf85a4b4bae54c64d to your computer and use it in GitHub Desktop.
Startup script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Something here | |
date >> /var/log/boot-timestamps | |
echo "hello world" >> /home/root/hello-world.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment