8 lines
119 B
Bash
Executable File
8 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# archypr:summary=Remove the Xbox Cloud Gaming web app.
|
|
|
|
set -e
|
|
|
|
archypr-ebapp-remove "Xbox Cloud Gaming"
|