eth0s/backuptoolchain.sh

11 lines
87 B
Bash
Raw Permalink Normal View History

2020-06-28 23:38:04 +08:00
#!/bin/sh
. ./config
CWD=$PWD
cd $LFS
tar cvJpf $CWD/toolchain.tar.xz tools
exit 0