arti/crates
Emil Engler 79097484de
shell: use /usr/bin/env instead of absolute paths
This commit changes the shebang in all shell scripts from absolute
paths (such as `/bin/bash` or `/usr/bin/python3`) to the `/usr/bin/env`
binary with the accompanying interpreter as it's argument.

The reason for this are as follows:
- NixOS cannot work with absolute paths
- BSD systems install their packages in /usr/local/bin
2023-01-25 18:35:53 +01:00
..
arti Upgrade to latest rlimit crate. 2023-01-19 14:10:54 -05:00
arti-bench test lint blocks: Add many many automatically 2022-12-12 18:00:30 +00:00
arti-client made TorClient::set_stream_prefs public 2023-01-18 18:20:59 +01:00
arti-config doc: consistent summary line for the READMEs 2022-12-20 14:31:47 +01:00
arti-hyper Merge branch 'arti-hyper-fixing-715' into 'main' 2023-01-09 14:43:37 +00:00
arti-testing Bump the minor version of every crate. 2022-11-30 15:10:16 -05:00
caret doc: consistent summary line for the READMEs 2022-12-20 14:31:47 +01:00
fs-mistrust Merge branch 'test-lints' into 'main' 2023-01-06 17:16:09 +00:00
retry-error test lint blocks: Add many many automatically 2022-12-12 18:00:30 +00:00
safelog upgrade to latest serial_test 2023-01-20 08:06:30 -05:00
tor-basic-utils Merge branch 'test-lints' into 'main' 2023-01-06 17:16:09 +00:00
tor-bytes Do not .gitignore crates/*/fuzz/corpus 2023-01-20 17:29:00 +00:00
tor-cell Do not .gitignore crates/*/fuzz/corpus 2023-01-20 17:29:00 +00:00
tor-cert Do not .gitignore crates/*/fuzz/corpus 2023-01-20 17:29:00 +00:00
tor-chanmgr chanmgr: trace-level logs when launching connections. 2023-01-06 17:19:00 +00:00
tor-checkable Merge branch 'test-lints' into 'main' 2023-01-06 17:16:09 +00:00
tor-circmgr CircMgr: Draft API to construct targeted multihop circuits. 2023-01-24 12:32:21 -05:00
tor-config Fix typos 2023-01-07 20:35:54 +02:00
tor-congestion Merge branch 'test-lints' into 'main' 2023-01-06 17:16:09 +00:00
tor-consdiff Do not .gitignore crates/*/fuzz/corpus 2023-01-20 17:29:00 +00:00
tor-dirclient Complete our migration to base64ct. 2023-01-20 08:06:30 -05:00
tor-dirmgr Complete our migration to base64ct. 2023-01-20 08:06:30 -05:00
tor-error Fix typos 2023-01-07 20:35:54 +02:00
tor-events Upgrade to latest async-broadcast 2023-01-20 08:06:30 -05:00
tor-guardmgr Complete our migration to base64ct. 2023-01-20 08:06:30 -05:00
tor-hsclient Note a needed isolation API. 2023-01-24 12:32:21 -05:00
tor-hscrypto CircMgr: Draft APIs used to implement onion service clients. 2023-01-24 12:32:21 -05:00
tor-hsservice hsservice: Add a note about the contents of circ_info. 2023-01-24 12:32:21 -05:00
tor-linkspec Merge branch 'ya-lint' into 'main' 2023-01-06 17:16:27 +00:00
tor-llcrypto Merge branch 'ignore' into 'main' 2023-01-20 18:47:20 +00:00
tor-netdir Merge branch 'onion-netdir-apis' into 'main' 2023-01-11 16:08:18 +00:00
tor-netdoc Do not .gitignore crates/*/fuzz/corpus 2023-01-20 17:29:00 +00:00
tor-persist Merge branch 'test-lints' into 'main' 2023-01-06 17:16:09 +00:00
tor-proto tor-proto: comment fixes and more TODO hs 2023-01-24 11:50:10 -05:00
tor-protover test lint blocks: Add many many automatically 2022-12-12 18:00:30 +00:00
tor-ptmgr ptmgr: Add more logs when looking/creating a PT. 2023-01-06 17:19:00 +00:00
tor-rtcompat shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
tor-rtmock Merge branch 'test-lints' into 'main' 2023-01-06 17:16:09 +00:00
tor-socksproto Merge branch 'bug736' into 'main' 2023-01-24 15:05:19 +00:00
tor-units tor-units: Add an IntegerMinutes. 2023-01-11 09:10:08 -05:00