summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/mkln.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-11-08 11:14:02 -0600
committerToby Vincent <tobyv13@gmail.com>2021-11-08 11:14:02 -0600
commit084263a36f4e507e642d66bb39650237b00db602 (patch)
tree46e8da44546b43f1c13fc9a542f2ca47fe854b40 /scripts/mkln.sh
parentd51d9519fc59cd61123162c9b46053a475dcde3b (diff)
feat: added alacritty
Diffstat (limited to 'scripts/mkln.sh')
-rwxr-xr-xscripts/mkln.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mkln.sh b/scripts/mkln.sh
index b5806a6..2e5a54b 100755
--- a/scripts/mkln.sh
+++ b/scripts/mkln.sh
@@ -78,6 +78,8 @@ if [ -d "$1" ]; then
args='/J'
fi
+mkdir -p $(dirname $2)
+
source=$(wslpath -w $1)
target=$(wslpath -w $(dirname $2))\\$(basename $2)