Changes between Version 9 and Version 10 of TxRepoSetup


Ignore:
Timestamp:
04/02/24 12:38:33 (4 weeks ago)
Author:
zaytsev
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TxRepoSetup

    v9 v10  
    2323 
    2424{{{ 
    25 cat >~/bin/tx 
     25$ cat >~/bin/tx 
    2626 
    2727#!/bin/sh 
     
    4747CTRL+D 
    4848 
    49 chmod +x ~/bin/tx 
     49$ chmod +x ~/bin/tx 
    5050 
    51 cat >~/.transifexrc 
     51$ cat >~/.transifexrc 
    5252[https://www.transifex.com] 
    5353rest_hostname = https://rest.api.transifex.com 
     
    5555 
    5656CTRL+D 
    57  
    5857}}} 
    5958