mirror of
https://gitlab.com/mecatronyx/opencnc/experiments/opencn-rootfs.git
synced 2026-02-06 03:42:02 +08:00
6 lines
123 B
Bash
Executable File
6 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
echo "Usage: ./umount_initrd <board>"
|
|
echo "Here: board is $1"
|
|
../tools/umount_cpio $PWD/board/$1/initrd.cpio
|
|
|