Horje
powershell -file Code Example
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"




Shell

Related
The engine "yarn" is incompatible with this module. Expected version "^v1.22.17". Got "1.22.10" Code Example The engine "yarn" is incompatible with this module. Expected version "^v1.22.17". Got "1.22.10" Code Example
file list to text Code Example file list to text Code Example
create github repository Code Example create github repository Code Example
add user via drush drupal 8 Code Example add user via drush drupal 8 Code Example
speedtest mac terminal Code Example speedtest mac terminal Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8