Skip to content

Instantly share code, notes, and snippets.

@jabgibson
Last active February 19, 2018 07:13
Show Gist options
  • Save jabgibson/87c965f55734b23bf85a4b4bae54c64d to your computer and use it in GitHub Desktop.
Save jabgibson/87c965f55734b23bf85a4b4bae54c64d to your computer and use it in GitHub Desktop.
Startup script
#!/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