mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-07-01 17:25:31 +02:00
fix missing codeblock
This commit is contained in:
parent
7095c35f6f
commit
83f3e8745e
1 changed files with 3 additions and 2 deletions
|
@ -195,7 +195,7 @@ rename bee_backend to bee_backend.bin,
|
||||||
create a new text file named bee_backend in the same directory,
|
create a new text file named bee_backend in the same directory,
|
||||||
mark it as executable (so chmod 755 bee_backend or use your file browser),
|
mark it as executable (so chmod 755 bee_backend or use your file browser),
|
||||||
fill it with these contents:,
|
fill it with these contents:,
|
||||||
|
```
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
args=("$@")
|
args=("$@")
|
||||||
|
@ -207,4 +207,5 @@ do
|
||||||
break;;
|
break;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
${0}.bin "${args[@]}"
|
${0}.bin "${args[@]}"
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue