Skip to content

Instantly share code, notes, and snippets.

@matoken
Created February 25, 2014 01:27
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 matoken/9200813 to your computer and use it in GitHub Desktop.
Save matoken/9200813 to your computer and use it in GitHub Desktop.
#!/bin/sh
java -Xms64m -Xmx1024m -jar p2vj.jar
@matoken
Copy link
Author

matoken commented Feb 25, 2014

P2VJ( http://sesamecake.sakura.ne.jp/p2vj/ ) 実行用

P2VJ を展開して出来た p2vj.jar のあるディレクトリに置いて実行権をつける。

$ wget https://gist.githubusercontent.com/matoken/9200813/raw/51f17da9e8b8d17e6449063baeb40e8499df2b4e/runp2vj.sh
$ chmod +x runp2vj.sh
$ ./runp2vj.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment