5 lines
89 B
Plaintext
5 lines
89 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
root_dir=`kickstart root-dir`
|
||
|
echo "source $root_dir/completions/kickstart"
|