first commit

This commit is contained in:
a-sansara 2018-06-18 16:16:15 +02:00
commit 581dcaedfb
2 changed files with 9 additions and 0 deletions

2
bes.ini Normal file
View File

@ -0,0 +1,2 @@
[require]
bes.dep1 = master

7
src/dep2.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
function bes.dep2()
{
local t=${1:-dep2}
bes.dep1 "$t"
}