Skip to content

Commit feaf795

Browse files
committed
template of runscript based on anubis-atom-insertion.js
1 parent 85883d1 commit feaf795

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

index.js

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
if(require.main===module){// https://github.com/Sarverott/anubis-atom-insertion/commit/fa41b4086a5eaa4de03227f93c55f663adfd3aa4#diff-854754e56e77b4b86a31c4c0544d911ec91696ff5c7dadc535c9512c020ee89eR167
4+
if(process.argv.length==2){
5+
//
6+
}else if(process.argv.length==3){
7+
//
8+
}else{
9+
//
10+
}
11+
}else{
12+
module.exports={
13+
//
14+
};
15+
}

0 commit comments

Comments
 (0)