Skip to content

Instantly share code, notes, and snippets.

@yanoshi
Last active July 2, 2016 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yanoshi/9fe8dcf0070ab5f9563c0472d3fb89be to your computer and use it in GitHub Desktop.
Save yanoshi/9fe8dcf0070ab5f9563c0472d3fb89be to your computer and use it in GitHub Desktop.
Chinachu用のRecodedCommandなシェルスクリプト
#!/bin/sh
# 参考文献
# http://sonic-labo.xsrv.jp/gosogoso/2015/11/23/post-30/
echo "${1}" > ~/filename.txt
echo "${2}" > ~/param.txt
/usr/local/bin/node /home/chinachu/rec_copy_script/recCheck.js "${1}" "${2}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment