Skip to content

Instantly share code, notes, and snippets.

@VehpuS
Created October 27, 2022 13:06
Show Gist options
  • Save VehpuS/16c74fe792cb979e8c8409cb7aed3f0b to your computer and use it in GitHub Desktop.
Save VehpuS/16c74fe792cb979e8c8409cb7aed3f0b to your computer and use it in GitHub Desktop.
Birthday wishes in bash
#!/bin/bash
let x=0;until ((x==120)); do let x+=1;echo $x;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment