diff options
Diffstat (limited to 'recipes/busybox/files/mount.busybox')
-rwxr-xr-x | recipes/busybox/files/mount.busybox | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/busybox/files/mount.busybox b/recipes/busybox/files/mount.busybox new file mode 100755 index 0000000000..fef945b7b2 --- /dev/null +++ b/recipes/busybox/files/mount.busybox @@ -0,0 +1,3 @@ +#!/bin/sh + +exec /bin/busybox mount $@ |