Bash: Run Script on the Fly: Difference between revisions

From WikiMLT
m (Стадий: 6 [Фаза:Утвърждаване, Статус:Утвърден]; Категория:Linux Server)
m (Стадий: 3 [Фаза:Разработване, Статус:Разутвърден]; Категория:Linux Server)
Line 14: Line 14:
{{devStage  
{{devStage  
  | Прндл  = Linux Server
  | Прндл  = Linux Server
  | Стадий = 6
  | Стадий = 3
  | Фаза  = Утвърждаване
  | Фаза  = Разработване
  | Статус = Утвърден
  | Статус = Разутвърден
  | ИдтПт  = Spas
  | ИдтПт  = Spas
  | РзбПт  = Spas
  | РзбПт  = {{REVISIONUSER}}
  | АвтПт  = Spas
  | АвтПт  = Spas
  | УтвПт  = {{REVISIONUSER}}
  | УтвПт  = Spas
  | ИдтДт  = 28.09.2022
  | ИдтДт  = 28.09.2022
  | РзбДт  = 28.09.2022
  | РзбДт  = {{Today}}
  | АвтДт  = 28.09.2022
  | АвтДт  = 28.09.2022
  | УтвДт  = {{Today}}
  | УтвДт  = 28.09.2022
  | ИдтРв  = [[Special:Permalink/32026|32026]]
  | ИдтРв  = [[Special:Permalink/32026|32026]]
  | РзбРв  = [[Special:Permalink/32031|32031]]
  | РзбРв = {{REVISIONID}}
  | АвтРв = [[Special:Permalink/32032|32032]]
| АвтРв  =
| УтвРв  = {{REVISIONID}}
| РзАРв = [[Special:Permalink/32032|32032]]
  | УтвРв  =
| РзУРв = [[Special:Permalink/32035|32035]]
}}
}}
</div>
</div>
</noinclude>
</noinclude>

Revision as of 12:42, 28 September 2022

Ex­am­ple

The curl com­mand will fetch the in­stal­la­tion script from the repos­i­to­ry github​.com/​m​r​b​v​r​z​/​s​e​g​o​e​–​u​i​–​linux and by the help of the file sub­sti­tu­tion op­er­a­tor <() the out­put of curl will be ex­e­cut­ed via bash.

bash <(curl -s https://raw.githubusercontent.com/mrbvrz/segoe-ui-linux/master/install.sh)

Ref­er­ences