Skip to content

Commit

Permalink
More portable shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Jan 28, 2024
1 parent d41407c commit ec18846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuse/afpfs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
#!/usr/bin/env sh

mount_afp $3 $4 $1 $2

0 comments on commit ec18846

Please sign in to comment.