mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
11 lines
191 B
Bash
11 lines
191 B
Bash
#! /bin/bash
|
|
# Copyright (C) 2018 Igara Studio S.A.
|
|
|
|
expect "bg
|
|
fg" "$ASEPRITE -b --list-layers sprites/1empty3.aseprite"
|
|
|
|
expect "a
|
|
b
|
|
c
|
|
d" "$ASEPRITE -b --list-layers sprites/abcd.aseprite"
|