Skip to content

Instantly share code, notes, and snippets.

(function(){
cnt=prompt("へぇの数");
CookieHeCnt=(int)(cnt)-1;
HeClick();
})();
#!/bin/bash
if [ x"" == x"$1" ]; then
echo "Usage: $0 PROJECT_NAME"
exit
fi
rails $1
cd $1
for d in $(find -type d -empty); do touch $d/.git_placeholder; done
#!/bin/sh
#
# ip_conntrack: Plugin to monitor the number of tracked connection
if [ "$1" = "config" ]; then
echo "graph_title Number of tracked connections"
echo "graph_args --base 1000"
echo "graph_vlabel connections"
echo "graph_category network"
echo "connection.label connections"