diff options
author | Ovenoboyo | 2022-10-30 04:14:14 +0530 |
---|---|---|
committer | Ovenoboyo | 2022-10-30 04:14:14 +0530 |
commit | f9f5969e0e66669c0c1e7464a9014ebf2baa82f0 (patch) | |
tree | 0fe56f5e481171f498e35aa956ed0d78083925fb /moosync | |
download | aur-f9f5969e0e66669c0c1e7464a9014ebf2baa82f0.tar.gz |
Initial commit
Diffstat (limited to 'moosync')
-rwxr-xr-x | moosync | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/moosync b/moosync new file mode 100755 index 000000000000..31187ea8ea86 --- /dev/null +++ b/moosync @@ -0,0 +1,2 @@ +#!/bin/sh +exec electron /opt/Moosync/resources/app.asar "$@" |