diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-09 11:28:11 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-09 11:28:11 +0100 |
commit | 08fe9f739dcf1570ce0321db979a410fe61ebd60 (patch) | |
tree | 05b98e7f6036682d86be2f66873a1807c753c8db /bin/assemble | |
parent | ad5dc9ae41051b5de11904620ea6f973cdf306ad (diff) | |
download | bookup-08fe9f739dcf1570ce0321db979a410fe61ebd60.tar.gz bookup-08fe9f739dcf1570ce0321db979a410fe61ebd60.tar.bz2 |
Feat: improved compilation procedures
Diffstat (limited to 'bin/assemble')
-rwxr-xr-x | bin/assemble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/assemble b/bin/assemble index 3b5b287..04ae785 100755 --- a/bin/assemble +++ b/bin/assemble @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Assembler # |