summaryrefslogtreecommitdiff
path: root/repo/xiutils/xichroot.xibuild
blob: 0a48d427a92330669a870329ede358a65385904e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

DEPS="bash"
DESC="A script to aid with chrooting on XiLinux"

package () {
    add_from_main usr/bin/xichroot
}