Skip to content

Commit

Permalink
Added export file
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanth-hk committed Mar 31, 2020
1 parent 71298b5 commit d7eac80
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions commands/exportFile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// A file to import every command and make an object which can then be imported from sx.js

module.exports = {
init: require("./init/init"),
ls: require("./ls"),
pwd: require("./pwd"),
open: require("./open"),
mkdir: require("./mkdir"),
cat: require("./cat"),
rm: require("./rm"),
mv: require("./mv"),
mkpro: require("./mkpro"),
sxglobal: require("./sxglobal"),
sxcustom: require("./sxcustom"),
edit: require("./edit"),
touch: require("./touch"),
cp: require("./cp"),
clone: require("./misc/clone"),
sync: require("./misc/sync")
};

0 comments on commit d7eac80

Please sign in to comment.