TIL what does `!$` mean in shell
TIL what does !$
mean in shell. !
means the last command used, $
- the last word. So !$
means the last word of the last command.
TIL Digital Ocean App Platform, it’s possible to write this apps in Swift: App Platform sample Swift application.