Last active
August 29, 2015 14:18
-
-
Save yawara/1abd0d61a523c2467298 to your computer and use it in GitHub Desktop.
hello
This file contains hidden or 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
<!DOCTYPE html> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<html> | |
<body> | |
#!/bin/bash | |
echo "Hello, world" | |
touch "~/Desktop/$(date)" | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment