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
#!/bin/bash | |
BASE_DIR=`pwd` | |
J_DIR="./jekyll" | |
GIT_DIR="./wb14123.github.com" | |
cd $J_DIR | |
jekyll | |
cd $BASE_DIR | |
rm -r $GIT_DIR/* |
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
#!/bin/bash | |
if [ $# -lt 1 ] | |
then | |
echo "newpost: You need to specify the post name." | |
exit 1 | |
fi | |
POST_NAME=$1 | |
POST_DATE=`date +%Y-%m-%d` |
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
ifeq ($(KBUILD_SRC),) | |
ifeq ("$(origin O)", "command line") | |
KBUILD_OUTPUT := $(O) | |
endif | |
ifneq ($(KBUILD_OUTPUT),) | |
$(filter-out submake $(CURDIR)/Makefile, $(MAKECMDGOALS)): sub-make | |
@: | |
sub-make: |
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
#!/bin/sh | |
# Install postfix in order to send Email | |
# Put this script in /etc/cron.hourly can test if the IP has changed per hour. | |
# Change the Email "[email protected]" to your Email | |
ip_file='/tmp/cur_ip' | |
email='[email protected]' | |
last_ip=`cat $ip_file` |
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
Verifying my Blockstack ID is secured with the address 17wx1cuXLBSa5Lv9Vosngn4aBseVY9fXnE https://explorer.blockstack.org/address/17wx1cuXLBSa5Lv9Vosngn4aBseVY9fXnE |
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
Verifying my Blockstack ID is secured with the address 1EyvFbbY66YdW9h6oAX5N3mgjMUXAqTgwR https://explorer.blockstack.org/address/1EyvFbbY66YdW9h6oAX5N3mgjMUXAqTgwR |