mirror of
https://github.com/dschmenk/apple2pi.git
synced 2025-04-06 11:37:30 +00:00
3 lines
71 B
Bash
Executable File
3 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
fusea2pi $1 -o allow_root -o uid=`id -u` -o gid=`id -g` $2
|