Changes between Version 9 and Version 10 of TxRepoSetup
- Timestamp:
- 04/02/24 12:38:33 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TxRepoSetup
v9 v10 23 23 24 24 {{{ 25 cat >~/bin/tx25 $ cat >~/bin/tx 26 26 27 27 #!/bin/sh … … 47 47 CTRL+D 48 48 49 chmod +x ~/bin/tx49 $ chmod +x ~/bin/tx 50 50 51 cat >~/.transifexrc51 $ cat >~/.transifexrc 52 52 [https://www.transifex.com] 53 53 rest_hostname = https://rest.api.transifex.com … … 55 55 56 56 CTRL+D 57 58 57 }}} 59 58