- Right-click on Windows Start Menu
- Left-click on "Run"
- Type
shell:startup
View startup.md
View swap
#!/bin/sh | |
CMD=$1 | |
SIZE=$2 | |
create() | |
{ | |
if [ -z $SIZE ]; then | |
swapsize=1024 | |
else |