From f1a99189988d5815179b80c10ac5175c99e951fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=20R=C3=B8dseth?= Date: Fri, 20 May 2016 18:08:23 +0200 Subject: [PATCH 1/2] Add Battlestar --- b/battlestar.bts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 b/battlestar.bts diff --git a/b/battlestar.bts b/b/battlestar.bts new file mode 100755 index 00000000..4435c600 --- /dev/null +++ b/b/battlestar.bts @@ -0,0 +1,7 @@ +#!/usr/bin/bts + +const hello = "Hello, world!\n" + +print(hello) + +// vim: set syntax=c ts=4 sw=4 et: From 40bdfab2b5ce339d355a479d846c3f61c8d2cce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=20R=C3=B8dseth?= Date: Fri, 20 May 2016 20:10:16 +0200 Subject: [PATCH 2/2] Remove vim line --- b/battlestar.bts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/b/battlestar.bts b/b/battlestar.bts index 4435c600..9a92115e 100755 --- a/b/battlestar.bts +++ b/b/battlestar.bts @@ -1,7 +1,3 @@ #!/usr/bin/bts - const hello = "Hello, world!\n" - print(hello) - -// vim: set syntax=c ts=4 sw=4 et: