Bash script to format a block device (hard drive or Flash drive) in UDF. The output is a drive that can be used for reading/writing across multiple operating system families: Windows, macOS, and Linux. This script should be capable of running in macOS or in Linux.
GNU General Public License v2.0
518
stars
48
forks
source link
Update .travis.yml to test with pali/udftools@master #41
Right now, Travis CI runs unit-test.sh in an environment that contains whatever version of udftools that is in the repo at that time. Would be nice to test against the latest/greatest udftools (master branch) for early warning of issues like #40 and #29, before they hit the repos.
Right now, Travis CI runs unit-test.sh in an environment that contains whatever version of udftools that is in the repo at that time. Would be nice to test against the latest/greatest udftools (master branch) for early warning of issues like #40 and #29, before they hit the repos.