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