summarylogtreecommitdiffstats
path: root/wapm.sh
diff options
context:
space:
mode:
authorkhai96_2020-03-12 15:12:39 +0700
committerkhai96_2020-03-12 15:12:39 +0700
commit1a9fca835958ea3c4327b4b96c71dfafd06230c7 (patch)
treec9464ee8b1932ef075aa4a262bbd3be6dce927ac /wapm.sh
parent6412061eff42437cd0664cefe515ec9ecfccee6c (diff)
downloadaur-1a9fca835958ea3c4327b4b96c71dfafd06230c7.tar.gz
Remove wapm.sh
Diffstat (limited to 'wapm.sh')
-rwxr-xr-xwapm.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/wapm.sh b/wapm.sh
deleted file mode 100755
index 11610f528378..000000000000
--- a/wapm.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#! /usr/bin/bash
-export WASMER_DIR="${WASMER_DIR:-$HOME/.wasmer}"
-export WASMER_CACHE_DIR="${WASMER_CACHE_DIR:-$WASMER_DIR/cache}"
-exec wapm.bin "$@"