summaryrefslogtreecommitdiff
path: root/src/bin/umount-c
diff options
context:
space:
mode:
authorAndreas Fankhauser2023-12-01 15:23:00 +0100
committerAndreas Fankhauser2023-12-01 15:23:00 +0100
commit8528b98779b05bea3661bd2545b6554380aae4f4 (patch)
treed47516e3db527cccbc2389ef21c3f5cd22ea3de0 /src/bin/umount-c
parentfd9411ec6026ad876303ed714bee725a2d9df26a (diff)
parent7333ac4abe0723cbe53636feac37a4de2c790146 (diff)
downloaddotfiles-8528b98779b05bea3661bd2545b6554380aae4f4.zip
dotfiles-8528b98779b05bea3661bd2545b6554380aae4f4.tar.gz
Merge remote-tracking branch 'gh-hiddenalpha/master'
Diffstat (limited to 'src/bin/umount-c')
-rw-r--r--src/bin/umount-c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/umount-c b/src/bin/umount-c
index 3ea510e..54647dc 100644
--- a/src/bin/umount-c
+++ b/src/bin/umount-c
@@ -1,4 +1,3 @@
-#!/bin/bash
+#!/bin/sh
sudo umount /mnt/c
-