Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

powershell -file

# This command works like bash magic.sh
   You have to create "magic.ps1" file and put some commands in there like
  # flutter clean
  # flutter pub get
To run it "powershell -File <FileName>"
  
  both commads will run synchronously
  
  first "flutter clean" will run
  then "flutter pub get" will run
  To use the powershell command you have to install extention of 
  the powershell in VScode 
  
  if you dont want to use powershell command you can use 
  bash command
  get into git terminal & run "bash magic.sh"
  this time file extention should be change ".sh"
Comment

PREVIOUS NEXT
Code Example
Shell :: bash if number greater than zero 
Shell :: cutefish desktop enviroment install 
Shell :: .gitignore add directory 
Shell :: set forked repo as upstream 
Shell :: push branch to main github 
Shell :: git rebase feature branch 
Shell :: assign permission to files and folder ubuntu separate 
Shell :: opera browser for fedora 
Shell :: poetry requirements 
Shell :: sed add newline 
Shell :: sudo swapoff 
Shell :: creat a new repository 
Shell :: how to install all your pipenv packages 
Shell :: how to check raspbian os version 
Shell :: terraform apply target 
Shell :: nano enable syntax highlighting 
Shell :: display hidden files in linux 
Shell :: mkdir command 
Shell :: ubuntu fix wrong lsb_release 
Shell :: openssl generate passwort terminal 
Shell :: Invariant Violation: requireNativeComponent: "RNCWebView" was not found in the UIManager. 
Shell :: r_dwssap.sh 
Shell :: appium inspector is getting 304 error 
Shell :: python-minimal has no installation candidate 
Shell :: amend git description 
Shell :: Trying to bind fd 26 to <0.0.0.0:443: errno=13 
Shell :: how to provide 777 access recurssively unix 
Shell :: Delete non empty folder 
Shell :: apt install xfce4-xkb-plugin 
Shell :: get all installed application in windiws in C# 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =