Skip to content

Instantly share code, notes, and snippets.

View ingjavierpinilla's full-sized avatar

Javier Pinilla ingjavierpinilla

  • Germany
View GitHub Profile
OUTPUT_NAME=""
project_manager = resolve.GetProjectManager()
project = project_manager.GetCurrentProject()
if project is None:
print("No se encontró ningún proyecto activo.")
exit()
timeline = project.GetCurrentTimeline()
lsblk
parted /dev/sda "rm 1"
lsblk
parted /dev/sda "mklabel gpt"
parted /dev/sda "mkpart primary ext4 1M -1"