Skip to content

Commit e15a074

Browse files
committed
chore: Initial commit
0 parents  commit e15a074

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

Bashbox.meta

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
NAME="testproj"
2+
CODENAME="testproj"
3+
AUTHORS=("AXON <axonasif@gmail.com>")
4+
VERSION="1.0"
5+
DEPENDENCIES=()
6+
REPOSITORY=""

src/main.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
function main() {
2+
echo "Hello world";
3+
}
4+

0 commit comments

Comments
 (0)