Skip to content

Instantly share code, notes, and snippets.

View drussilla's full-sized avatar
🎯
Focusing

Ivan Derevianko drussilla

🎯
Focusing
View GitHub Profile
#!/bin/sh
### BEGIN INIT INFO
# Provides: <SCRIPT_NAME>
# Required-Start: $local_fs $network $named $time $syslog
# Required-Stop: $local_fs $network $named $time $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Description: Script to run asp.net 5 application in background
### END INIT INFO
@drussilla
drussilla / index.html
Created February 7, 2015 13:55
Goodabswer.biz gist test
<html>
<head><title>StackCopy</title></head>
<body>
<H1><a href="http://stackcopy.biz" target="blank">StackCopy</a></H1>
</body>
</html>