chore: remove temporary lines
This commit is contained in:
parent
fe64a6222f
commit
9386c1c88d
1 changed files with 1 additions and 11 deletions
|
@ -43,13 +43,3 @@ head -100 debian/**/*
|
||||||
# TODO ask user to continue
|
# TODO ask user to continue
|
||||||
|
|
||||||
git add debian && git commit -a -m 'Initial packaging'
|
git add debian && git commit -a -m 'Initial packaging'
|
||||||
|
|
||||||
|
|
||||||
pwd | awk '
|
|
||||||
function basename(file, a, n) {
|
|
||||||
n = split(file, a, "/")
|
|
||||||
return a[n]
|
|
||||||
}
|
|
||||||
{print FILENAME, basename(FILENAME)}'
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue