forked from enviPath/enviPy
Current Dev State
This commit is contained in:
29
static/js/ketcher2/node_modules/shelljs/commands.js
generated
vendored
Normal file
29
static/js/ketcher2/node_modules/shelljs/commands.js
generated
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
module.exports = [
|
||||
'cat',
|
||||
'cd',
|
||||
'chmod',
|
||||
'cp',
|
||||
'dirs',
|
||||
'echo',
|
||||
'exec',
|
||||
'find',
|
||||
'grep',
|
||||
'head',
|
||||
'ln',
|
||||
'ls',
|
||||
'mkdir',
|
||||
'mv',
|
||||
'pwd',
|
||||
'rm',
|
||||
'sed',
|
||||
'set',
|
||||
'sort',
|
||||
'tail',
|
||||
'tempdir',
|
||||
'test',
|
||||
'to',
|
||||
'toEnd',
|
||||
'touch',
|
||||
'uniq',
|
||||
'which',
|
||||
];
|
||||
Reference in New Issue
Block a user